/*
@font-face {
	font-family: 'Baskerville';
	src: url('NewBaskerville-Regular-webfont.eot');
	src: url('NewBaskerville-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('NewBaskerville-Regular-webfont.woff') format('woff'),
	     url('NewBaskerville-Regular-webfont.ttf') format('truetype'),
	     url('NewBaskerville-Regular-webfont.svg#webfont') format('svg');
		}

*/

/* global */

*{
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	min-height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
	background: #fff url(../images/bg_body.gif) 0 0 repeat-x;
	font-family: 'Baskerville',Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 15px;
	line-height: 18px;
	color: #000000;
	position: relative;
}

body.home {
	background: #fff url(../images/bg_body_home.gif) 0 0 repeat-x;
} 

h1 {
	font-size: 40px;
	line-height: 42px;
	font-weight: normal;
	padding-bottom: 28px;
}

h2 {
	font-size: 34px;
	line-height: 38px;
	font-weight: normal;
}

h3 {
	font-size: 34px;
	line-height: 38px;
	font-weight: normal;
	padding-bottom: 10px;
}

h4 {
	font-size: 14px;
	font-weight: normal;
}

h2.borderTitle, h3.borderTitle {
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

ul {
	list-style: disc;
	text-indent: 0;
	margin-left: 13px;
	
}

ul ul {
	margin: 5px 0;
}

ol {
	text-indent: 0;
	margin-left: 20px;
}

li {
	line-height: 18px;
	padding-bottom: 3px;
}

a {
	color: /* #0e3863 */ #003366;
	text-decoration: none;
	cursor: pointer;
}

a:hover, a.active {
	text-decoration: underline;
}

img {
	border: none;
}

p {
	padding-bottom: 13px;
}

.clear {
	clear: both;
}

.clearAll {
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
	display: block;
}

.left {
	float: left;
}

.right {
	float: right;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.hidden {
	display: none;
}

.imgLeft {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.imgRight {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

.relative {
	position: relative;
}

a.grayLink {
	background: url(../images/gray_btn.png) 0 0 repeat;
	display: block;
	border: 2px solid #e4e4e4;
	-moz-border-radius: 12px; /* Firefox */
	-webkit-border-radius: 12px; /* Safari, Chrome */
	border-radius: 12px; /* CSS3 */
	margin-bottom: 3px;
	color: /* #0e3863 */ #003366;
}

a.grayLink span {
	display: block;
	background: url(../images/gray_btn_shadow.png) 0 -45px no-repeat;
	padding: 1px 0 1px 11px;
	-moz-border-radius: 12px; /* Firefox */
	-webkit-border-radius: 12px; /* Safari, Chrome */
	border-radius: 12px; /* CSS3 */
	text-transform: uppercase;
	font-size: 11px;
}

a.grayLink:hover {
	text-decoration: none;
}

/* end global */


/* basic */

#wrap {
	width: 1000px;
	margin: 0 auto;
}

#content {
	clear: both;
}

/* end basic */


/* header */

#header {
	height: 222px;
}

.topHeader {
	height: 32px;
	overflow: hidden;
}

.topHeaderLeft {
	float: left;
	width: 33%;
	color: #fff;
	font-size: 13px;
	padding-top: 9px;
}

.topHeaderLeft a {
	color: #fff;
	text-decoration: underline;
}

.topHeaderLeft a:hover {
	color: #a1a1a1;
}

.logoBlock {
	height: 146px;
	overflow: hidden;
}	

.logo {
	margin: 21px 0 0 329px;
	float: left; 
}

.topHeaderMid {
	float: left;
	width: 33%;
	color: #fff;
	font-size: 13px;
	padding-top: 9px;
	text-align: center;
}

.topHeaderRight {
	float: right;
	width: 33%;
}

.topSearch {
	float: right;
	padding-top: 6px;
}

.topSearch div {
	width: 160px;
	background: url(../images/btn_search.gif) 100% 5px	 no-repeat;
	float: right;
}

.welcomeBlock {
	float: right;
	text-align: right;
	padding-top: 20px;
}

.welcomeMessage {
	font-size: 16px;
	line-height: 18px;
	border-bottom: 1px solid #000;
	padding-bottom: 4px;
	margin-bottom: 2px;
	width: 205px;	
}

.memberInfo {
	line-height: 16px;
}

.memberInfo span {
	text-transform: uppercase;
	font-size: 10px;
}

.searchText {
	float: left;
	width: 132px;
	height: 19px;
	border: none;
	background: #fff;
	color: #9a9a9a;
	font-family: 'Baskerville',Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 13px;
	padding: 0 0 0 6px;
}

.searchSubmit {
	float: right;
	height: 19px;
	width: 20px;
	background: none;
	border: none;
}

a.checkoutHeader {
	float: right;
	padding: 5px 14px 0 30px;
	background: url(../images/icon_checkout.gif) 0 6px no-repeat;
	color: #fff;
	text-decoration: underline;
}

a.checkoutHeader:hover {
	text-decoration: none;
}

.navigation {
	text-transform: uppercase;
	font-size: 12px;
}

.navigation ul {
	list-style: none;
}

.accountNavigation {
	float: right;
	width: 251px;
	border-left: 1px solid #000;
	overflow: hidden;
	margin: 0;
	height: 42px;
}

.accountNavigation li {
	float: left;
}

.accountNavigation li a {
	float: left;
	line-height: 40px;
	color: #fff;
	text-align: center;
}

.accountNavigation li a:hover {
	text-decoration: none;
}

.loginLogout a {
	width: 81px;
	background: #000;
	height: 42px;
}

.accountNavigation li.loginLogout a:hover {
	color: #a2a1a1;
}

.subscribeAccount a {
	width: 170px;
	background: url(../images/bg_signup.gif) 0 0 no-repeat;
	height: 42px;
}

.accountNavigation li.subscribeAccount a:hover {
	background: url(../images/bg_signup.gif) 0 -43px no-repeat;
}

.navHolder {
	width: 748px;
	float: left;
}

/* /header */


/* menu */

#nav {
	margin: 0;
	list-style: none;
	z-index: 1000;
	padding: 0;
	width: 800px;
	height: 42px;
	position: relative;
	float: left;
}

#nav li {
	float: left;
	height: 41px;
	padding: 0 25px 0 0;
	position: relative;
}

#nav li a {
	display: block;
	float: left;
	color: #000;
	text-align: left;
	line-height: 12px;
	font-size: 12px;
	padding: 15px 0 0 0;
	height: 27px;
}

#nav li:hover a, #nav li.sfhover a, #nav li a.active {
	color: #333;
	text-decoration: none;
}

#nav li a.active {
	color: #000;
	background: url(../images/bg_nav.gif) 0 100% repeat-x;
}

/* second level */
#nav li ul {
	position: absolute;
	width: 163px;
	left: -999em;
	top: 42px;
	background: #fff;
	list-style: none;
	padding: 13px 0 5px 0;
	border: 1px solid #000;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
	margin-top: 0px;
}

#nav li ul li {
	border: none;
	height: auto;
	padding: 0 0;
}

#nav li:hover li a, #nav li.sfhover li a {
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	text-align: left;
	line-height: 16px;
	font-size: 11px;
	width: 142px;
	padding: 3px 7px 3px 14px;
	height: auto;
}

#nav li li:hover, #nav li li.sfhover {
	background: url(../images/bg_gray_holder.png);
}

#nav li ul a:hover {
	text-decoration: none;
}

/* /second level */

/* third level */
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li li:hover ul, #nav li li.sfhover ul {
	left: 163px;
	top: 0;
	margin-top: 0;
}
#nav li li:hover ul li.first, #nav li li.sfhover ul li.first {
}
#nav li li:hover ul li.last, #nav li li.sfhover ul li.last {
}
#nav li li ul a {
}

#nav li li ul a:hover {
}
/* /third level */
#nav li li a {
	float: none;
	display: block;
}

#nav li li li a {
	float: none;
	display: block;
}

/* /menu */


/* content */

/* columns */

.twoColumnsRight {
	margin-bottom: 25px;
	background: url(../images/black_dot.gif) repeat-y 100% 0;
}

.twoColumnsRight .colMain {
	width: 748px;
	float: left;
}

.twoColumnsRight .colRight {
	width: 250px;
	float: right;
	border: 1px solid #000;
	border-top: none;
	border-bottom: none;
}

/* /columns */

/* right boxes */
.rightBox {
	padding: 15px 10px 20px 10px;
	border-bottom: 1px solid #000;
}

.myTabs {
	list-style: none;
	margin: 0;
}

.myTabs li {
	width: 100%;
	float: left;
	padding: 11px 0;
}

.myTab {
	font-size: 16px;
	font-weight: bold;
	float: left;
}

.myTabs .grayLink {
	float: right;
	width: 80px;
}

.twitterTitle {
	background: url(../images/icon_twitter.gif) 100% 2px no-repeat;
}

.archivesTitle {
	background: url(../images/icon_archive.gif) 100% 8px no-repeat;
}

.conferenceTitle {
	background: url(../images/icon_conference.gif) 100% 8px no-repeat;
}

.helpTitle {
	background: url(../images/icon_help.gif) 100% 8px no-repeat;
}

.shareTitle {
	background: url(../images/icon_share.gif) 100% 8px no-repeat;
}

.notifyTitle {
	background: url(../images/icon_notify.gif) 100% 8px no-repeat;
}

a.grayLink span.twitterText {
	color: #000;
	line-height: 18px;
	background: url(../images/gray_btn_shadow.png) 0 -35px no-repeat;
	padding: 3px 0 1px 11px;
}

a.grayLink span span {
	display: inline;
	border: none;
	text-transform: none;
	-moz-border-radius: 0; /* Firefox */
	-webkit-border-radius: 0; /* Safari, Chrome */
	border-radius: 0; /* CSS3 */
	background: url(../images/icon_twitter.png) 100% 0 no-repeat;
	padding: 0 20px 0 0;
	color: /* #0e3863 */ #003366;
	font-size: 13px;
}

.rightBox p {
	padding: 5px 0 10px 0;
}

.rightThumb {
	padding: 5px 0 0 0;
}

.noteP {
	font-size: 10px;
	text-transform: uppercase;
}
/* /right boxes */

/* form */

label {
	font-weight: normal;
	font-size: 14px;
}

.formText {
	border: 1px solid #c1c1c1;
	-moz-border-radius: 0; /* Firefox */
	-webkit-border-radius: 0; /* Safari, Chrome */
	border-radius: 3px; /* CSS3 */
	padding: 2px 5px;
	color: #7d7d7d;
	font-family: 'Baskerville',Palatino Linotype, Book Antiqua, Palatino, serif;
}

.quantityField {
	border: 1px solid #c1c1c1;
	-moz-border-radius: 0; /* Firefox */
	-webkit-border-radius: 0; /* Safari, Chrome */
	border-radius: 3px; /* CSS3 */
	padding: 1px 2px;
	color: #7d7d7d;
	font-family: 'Baskerville',Palatino Linotype, Book Antiqua, Palatino, serif;
	width: 30px;
	font-size: 12px;
	color: #003366;
	text-align: center;
}	

.formRow {
	margin-bottom: 7px;
}

.loginForm {
	padding-left: 148px;
}

.loginForm label {
	float: left;
	width: 80px;
	text-align: left;
}

.fieldHolder {
	float: left;
}

.loginForm .formText {
	width: 215px;
}

.formSubmit {
	background: url(../images/gray_btn.png) 0 0 repeat;
	display: block;
	border: 2px solid #e4e4e4;
	-moz-border-radius: 12px; /* Firefox */
	-webkit-border-radius: 12px; /* Safari, Chrome */
	border-radius: 12px; /* CSS3 */
	margin-bottom: 3px;
	color: /* #0e3863 */ #003366;
}

.formSubmit div {
	display: block;
	background: url(../images/gray_btn_shadow.png) 0 -45px no-repeat;
	padding: 1px 0 1px 0;
	-moz-border-radius: 12px; /* Firefox */
	-webkit-border-radius: 12px; /* Safari, Chrome */
	border-radius: 12px; /* CSS3 */
}

.formSubmit div input {
	overflow: visible;
	font-family: 'Baskerville',Palatino Linotype, Book Antiqua, Palatino, serif;
	display: inline;
	border:none;
	background: none;
	color: /* #0e3863 */ #003366;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 10px;
}

/* /form */

.leftHolder {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	zoom: 1;
}

.leftBox {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	padding: 15px 10px 20px 10px;
	zoom: 1;
}

.welcomeText {
	float: left;
	width: 496px;
	padding: 15px 10px 20px 10px;
}

.welcomeHolder {
	background: url(../images/bg_welcome.png) 0 0 repeat-y;
}

.articlesFilter {
	font-size: 15px;
}

.articlesFilter a {
	color: #000;
	padding: 0 30px;
}

.articlesFilter a.grayLink {
	color: /* #0e3863 */ #003366;
	padding: 0;
}

.articlesFilter a:hover, .articlesFilter a.active, .yearFilter a:hover, .yearFilter a.active, .ABCFilter a:hover, .ABCFilter a.active  {
	text-decoration: none;
	color: /* #0e3863 */ #003366;
}

.yearFilter, .ABCFilter {
	font-size: 15px;
	background: #fff;
}

.ABCFilter a {
	color: #000;
	padding: 0 1px;
}

.yearFilter a {
	color: #000;
	padding: 0 5px;
}

h2.favoriteArticles {
	font-size: 30px;
}

.articlesTitle {
	padding-top: 8px;
	padding-bottom: 8px;
}

.prevIssue {
	padding-right: 25px;
	margin-right: 20px;
	margin-top: 10px;
	background: url(../images/prev_issue.gif) 100% 4px no-repeat;
	font-size: 11px;
	text-transform: uppercase;
}

.favoriteLink {
	margin-top: 10px;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	float: right;
}

.favoriteLink * {
	vertical-align: middle;
}

.articleItem {
	padding: 15px 10px 15px 0;
	border-bottom: 1px solid #000;
	margin-left: 10px;
}

.handPicked {
	padding: 15px 10px 15px 0;
	border-bottom: 1px solid #000;
	margin-left: 10px;
}

.articleItemSmall {
	padding: 6px 10px 6px 0;
	border-bottom: 1px solid #000;
	margin-left: 0;
	margin-bottom: 6px;
}

.aditionalArticle {
	border-bottom: none;
	margin-bottom: 0;
}

.articleItemLast {
	margin-bottom: 0;
	border-bottom: 0;
}

.articleItem h3 {
	font-size: 24px;
	padding-bottom: 0;
}

.handPicked h4 {
	padding-bottom: 10px;
}

.articleItem h4 {
	font-size: 18px;
	padding-bottom: 6px;
	color: /* #0e3863 */ #003366;
	font-weight: normal;
}

.articleNotes {
	float: left;
	width: 600px;
	color: #979696;
	font-size: 11px;
}

.articleLinks {
	width: 100px;
	float: right;
}

.articleLinks a {
	text-align: right;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	color: #979696;
	line-height: 14px;
}

.editLink {
	background: url(../images/icon_edit.gif) 100% 0 no-repeat;
	padding: 10px 24px 0 0;
}

.deleteLink {
	background: url(../images/icon_delete.gif) 100% 5px no-repeat;
	padding: 8px 24px 0 0;
}

.articleGrayLinks a {
	float: left;
	margin-right: 12px;
}

.articleActions {
	padding-bottom: 10px;
}

.grayHolder {
	background: url(../images/bg_gray_holder.png) 0 0 repeat #fff;
}

.smallTitle {
	font-size: 22px;
	line-height: 24px;
}

.smallTitle1 {
	font-size: 24px;
	line-height: 26px;
}

.smallestTitle {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 0px;
}

.popupHolder {
	background: url(../images/bg_gray_holder.png);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 10000;
}

.popupBox {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -345px;
	width: 630px;
	border: 10px solid #000;
	background: #fff;
	padding: 20px;
}

.btnClose {
	position: absolute;
	top: 7px;
	right: 7px;
}

.loginSmallLogo {
	padding-bottom: 15px;
}

#popupLogin {
	text-align: center;
}

.fieldHolderRemember {
	text-align: left;
}

.orSeparator {
	padding: 20px 0;
}

.filterText {
	height: 20px;
	width: 210px;
	border: none;
	background: url(../images/filter_text.gif) 0 0 no-repeat;
	font-size: 12px;
	color: #000;
	font-family: 'Trebuchet MS', 'Trebuchet MS', sans-serif;
	padding: 1px 11px 0 11px;
}

select.filterSelect{
	position:relative;
	z-index:10;
	width:232px !important;
	height:21px !important;
	line-height:21px;
	margin-left: 10px;
}

.articlesFilter span.select{
	position:absolute;
	bottom:0;
	float:left;
	left:0;
	height:21px;
	line-height:21px;
	text-indent:10px;
	background:url(../images/filter_select.gif) 0 0 no-repeat #fff;
	cursor:default;
	z-index:1;
	width: 232px;
	color: #000;
	font-family: 'Trebuchet MS', 'Trebuchet MS', sans-serif;
	font-size: 12px;
	margin-left: 10px;
}

.grayHolderArchive {
	padding: 5px 10px;
}

.booksBy {
	padding: 15px 10px 15px 10px;
}

.booksBox {
	padding: 10px;
	margin-bottom: 7px;
	float: left;
	width: 227px;
}

.booksRow {
	background: url(../images/black_dot.gif) 247px 0 repeat-y;
}

.booksSeparator {
	background: url(../images/books_seaparator.gif) 7px 7px no-repeat;
	height: 13px;
}

.bottomArchiveText {
	height: 20px;
	background: url(../images/bg_bottom_archive.gif) repeat-x 0 0;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

.pager {
	text-align: center;
	color: /* #0e3863 */ #003366;
	padding-top: 20px;
}

.pager span {
	color: #000;
}

.dispatchForm {
	float: right;
	width: 230px;
	margin: 0 0 10px 10px;
}

.dispatchForm .formText {
	width: 218px;
	margin-bottom: 3px;
	padding: 1px 5px;
	font-size: 11px;
}

.dispatchForm .formSubmit {
	margin-top: 5px;
}

.bookLeft {
	float: left;
	width: 228px;
}

.bookRight {
	float: right;
	width: 475px;
}

.thumbHolder {
	background: #f2f2f2;
	text-align: center;
	margin-bottom: 10px;
}

.bookInfo {
	font-size: 12px;
}

.bookLeft .grayLink {
	margin-bottom: 10px;
}

a.privacyLink {
	font-size: 10px;
	color: #9f9f9f;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a.privacyLink:hover {
	text-decoration: none;
}

.videoLeft {
	float: left;
	margin-right: 15px;
}

.videoStatistic {
	text-transform: uppercase;
	font-size: 11px;
}

.videoCat {
	padding: 0;
	color: #003366;
	text-transform: uppercase;
	font-size: 11px;
}

.videoDate {
	font-size: 12px;
	color: #003366;
	padding-bottom: 10px;
}

.inlineHead a.inline {
	display: inline-block;
	zoom:1;
	*display:inline;
	float: none;
	margin-left: 20px;
}

.inlineHead h1.inline {
	display: inline;
}

.inlineHead {
	padding-bottom: 15px;
}

.indent {
	text-indent: 25px;
}

.presentationLink {
	background:url(../images/icon_presentation.gif) 0 6px no-repeat;
	padding-left: 18px;
}

.purchaseLink {
	background:url(../images/icon_presentation.gif) 0 3px no-repeat;
	padding-left: 18px;
	text-transform: uppercase;
	font-size: 11px;
}

.speakerBoxHead {
	padding-bottom: 15px;
}

.speakerBoxHead h4 {
	float: left;
}

.backToTop {
	float: right;
	padding-left: 18px; 
	background:url(../images/to_top.gif) 0 5px no-repeat;
}

.leftBoxNoPadding h3 {
	padding-bottom: 0;
}

.leftBoxNoPadding {
	padding: 10px;
}

ul.noType {
	list-style:none;
	margin: 0 0 5px 0;
}

.cartoonFilter {
	padding: 10px;
	background: #fff;
}

.cartoonFilter a {
	padding: 0 10px;
}

.cartoonInfo {
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 11px;
}

.chartBox h4 {
	text-transform: uppercase;
	font-size: 11px;
	padding-left: 10px;
}	

.cartTable {
	border-collapse: collapse;
	border: none;
	padding: 0;
}

.cartTable th, .cartTable td {
	text-align: left;
	padding: 3px 25px;
	font-size: 11px;
	color: #003366;
}

.cartTable th {
	text-transform: uppercase;
	font-weight: normal;
}

.cartTable td {
	text-align: right;
}

.totalRow th, .totalRow td {
	border-top: 1px solid #000;
}

.checkoutActions {
	padding: 10px 0;
}

.checkoutActions .grayLink {
	float: left;
	margin-left: 20px;
}	

.cartImage {
	float: left;
	width: 181px;
}

.cartImage img {
	border: 1px solid #000;
}

.chartInfo {
	float: left;
	width: 300px;
}

.cartData {
	float: right;
	width: 130px;
}

.cartData .cartTable th, .cartData .cartTable td {
	padding: 3px;
	text-align: left;
}

.chartInfo h4 {
	font-size: 11px;
	text-transform: uppercase;
}

a.frameLink {
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	padding: 0 0 5px 0; 
}

.chartInfo a.grayLink {
	float: left;
	margin-right: 10px;
}

.chartInfoIn {
	min-height: 120px;
}

.cartItem {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.cartItemLast {
	border: none;
	margin: 0;
	padding: 0;
}

.faqTitle {
	padding: 15px 0 10px 0;
}

.faqText {
	padding-top: 10px;
	display: none;
}

.faqHolder {
	padding-bottom: 5px;
}

.faqHolderActive .faqText {
	display: block;
}

.speakerImg {
	float: left;
	width: 135px;
}

.speakerInfo {
	float: left;
	width: 450px;
}

.cartoonBig {
	text-align: center;
}

.licenceHolder {
	padding: 30px;
}

.licenceHolder h2 {
	text-transform: uppercase;
	font-size: 24px;
	padding-bottom: 15px;
}

.licenceForm {
	width: 276px;
	float: left;
}

.usedFor {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding: 10px 0;
	font-size: 11px;
	color: /* #0e3863 */ #003366;
	text-transform: uppercase;
}

.usedFor h4 {
	font-size: 11px;
}

.usedForRow {
	padding: 10px 0;
}

.cartOptions {
	padding: 15px 0 0 0;
}

.checkoutTable {
	border-collapse: collapse;
}

.checkoutTable th {
	font-weight: normal;
	text-align: left;
	font-size: 13px;
	padding: 0 0 0 7px;
}

.thBorder {
	border-right: 1px solid #000;	
}

.checkoutTable td {
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	color: #003366;
	padding: 3px 0 0 7px;
}

.agreeCart {
	font-size: 12px;
	padding-top: 25px;
}

.licenceImage {
	float: right;
}

.licenceImage img {
	border: 1px solid #000;
}

.dataTable {
	border-collapse: collapse;
	border: 1px solid #000;
	border-top: none;
	border-right: none;
}

.dataTable td {
	padding: 3px 10px;
	font-size: 13px;
}

.dataTable .even td {
	background: url(../images/bg_gray_holder.png) repeat;
}	

.dataTable th {
	border: 1px solid #000;
	border-top: none;
	border-right: none;
	font-size: 11px;
	text-transform: uppercase;
	background: url(../images/bg_gray_holder.png) repeat;
	text-align: center;
	font-weight: normal;
	padding: 5px;
}

.dataTable td.tdSpace {
	padding: 25px;
}

.centeredHead {
	text-align: center;
}

.centeredHead h2 {
	font-size: 30px;
	line-height: 34px;
	padding: 0;
	margin: 0;
}

.centeredHead h3 {
	font-size: 16px;
	line-height: 20px;
	padding: 0;
	margin: 0;
}

.slides_container {
	width: 751px;
	height: 357px;
	padding-left: 249px;
}

#slides {
	background: #000;
	width: 1000px;
	height: 357px;
	overflow: hidden;
	position: relative;
	margin: 0;
	margin-bottom: 21px;
}

.sliderItem {
	width: 750px;
	height: 357px;
	position: relative;
	border-right: 1px solid #000;
}

.sliderText {
	width: 720px;
	background: url(../images/bg_slider_text.png);
	bottom: 0;
	left: 0;
	position: absolute;
	padding: 20px 10px 10px 20px;
	min-height: 65px;
}

.sliderText h1 {
	font-size: 36px;
	padding-bottom: 5px;
}

.sliderLeft {
	width: 485px;
	float: left;
}

.sliderRight {
	float: right;
	width: 225px;
	padding-top: 12px;
}

.paginationHolder {
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 250px;
}

.pagination {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #fff;
}

.pagination li {
	background: url(../images/bg_slider_li.png) repeat-x 0 0 #000;
	border-top: 1px solid #fff;
	height: 54px;
}

.slides_subscribers .pagination {
	border: none;
}

.slides_subscribers .pagination li {
	height: 56px;
	border-bottom: 1px solid #fff;
	border-top: none;
}

.pagination li a {
	display: block;
	padding: 8px 20px;
	height: 41px;
	color: #fff;
	font-size: 18px;
}

.slides_subscribers .pagination li a {
	height: 43px;
}

.pagination li a:hover, .pagination li.current a {
	text-decoration: none;
	background: url(../images/bg_slider_hover.png) 0 0 no-repeat;
}

.pagination li a span {
	font-size: 11px;
	text-transform: uppercase;
}

.paginationHolder p {
	padding: 12px 17px 12px 17px;
	font-size: 18px;
	line-height: 25px;
}

.currentIssue {
	padding: 5px 10px 15px 10px;
	background: url(../images/bg_current.gif) repeat-x 0 100%;
}

.currentIssue1 {
	padding: 15px 10px 25px 10px;
	background: url(../images/bg_current1.gif) repeat-x 0 100%;
}

.currentIssue h3 {
	padding-bottom: 0;
}

.currentIssue1 h3 {
	font-size: 40px;
	padding-bottom: 0;
}

.currentIssue p {
	text-transform: uppercase;
	font-size: 11px;
}

.currentIssue1 p {
	text-transform: uppercase;
	font-size: 16px;
}

.currentIssue .left {
	width: 310px;
}

.currentIssue .right {
	width: 150px;
	text-align: right;
	padding-top: 15px;
}

.currentIssue1 .right {
	text-align: right;
	padding-top: 15px;
}

.currentIssue .right a, .currentIssue1 .right a { 
	text-transform: uppercase;
	font-size: 11px;
}

.twitterLinks {
	font-size: 10px;
	text-transform: uppercase;
	color: /* #0e3863 */ #003366;
}

/* /content */


/* footer */

#footer {
	min-height: 180px;
	background: #000;
}	

.footerIn {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
	color: #fff;
	text-align: center;
}	

.footerIn a {
	text-decoration: underline;
	color: #fff;
}

.footerIn a:hover {
	color: #a1a1a1;
}

.footerIn a.creative {
	text-decoration: none;
	color: #888888;
}

.footerIn a.creative:hover {
	color: #a1a1a1;
}
/* end footer */