html, body, p, ul, dl, li, h1, h2, h3, h4, img	{
	margin: 0;
	padding: 0;
}

ul	{
	list-style: none;
}

* { font-size:100.01%;}
html { font-size:62.5%;}
body {
	margin:0;
	color:#666;
	font:1.2em Arial, Helvetica, sans-serif;
	background:#fff;
}
body.teenage_pro {
	background-color: #000000;
}
img { 
	border-style:none;
	border: 0;
}
a {
	text-decoration:none;
	color:#666;
}
a:hover { text-decoration:underline;}
input {
	font:100% Arial,sans-serif;
	vertical-align:middle;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}

/* FW */

.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.clearFloat,
.clearfloat {
	clear:both;
	height:0px;
}
#main p.lastNode {
	margin-bottom: 0;
}


#main {
	width:886px;
	margin:0 auto;
	overflow:hidden;
}
.main-box {
	height:1%;
	overflow:hidden;
	padding-bottom:32px;
	background:url(../images/bg-main-box.gif) no-repeat 7px 100%;
}
#header-area {
	width:870px;
	padding:34px 0 0;
	float:left;
}
/*content-area*/
#content-area {
	width:657px;
	min-height:660px;
	height: auto !important;
	height: 660px; /* ie fix overrides above */
	padding:0;
	float:left;
}
#content-area-wide {
	width:877px;
	min-height:660px;
	height: auto !important;
	height: 660px; /* ie fix overrides above */
	padding:0;
	float:left;
}
.content-header {
	padding:33px 0 0 0;
	height:1%;
	overflow:hidden;
}
.logo-holder {
	height:1%;
	overflow:hidden;
	text-transform:uppercase;
}
/*head-info*/
.head-info {
	width:319px;
	float:left;
	margin:6px 0 0;
	padding:0 0 0 7px;
	font:0.83em/1.2em "Times New Roman", Times, serif;
	letter-spacing:-1px;
	word-spacing:2px;
}
.head-info .year {
	display:block;
	width:75px;
	height:59px;
	margin:0 0 0 -7px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/text-09.gif) no-repeat;
}
.head-info .year_pro {
	display:block;
	width:75px;
	height:59px;
	margin:0 0 0 -7px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/text-09_pro.gif) no-repeat;
}
.head-info .nonstop {
	display:block;
	width:273px;
	height:11px;
	margin:11px 0 2px 1px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/nonstop-online-magazine-09.gif) no-repeat;
}
.head-info .nonstop_pro {
	display:block;
	width:273px;
	height:11px;
	margin:11px 0 2px 1px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/nonstop-online-magazine-09_pro.gif) no-repeat;
}
.head-info p { margin:11px 0 0;}
/*logo*/
.logo_pro,
.logo {
	margin:0;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
.logo a {
	display:block;
	width:318px;
	height:80px;
	background:url(../images/logo.gif) no-repeat;
}
.logo_pro a {
	display:block;
	width:318px;
	height:80px;
	background:url(../images/logo_pro.gif) no-repeat;
}
/*nav-holder*/
.nav-holder {
	width:959px;
	overflow:hidden;
	padding:6px 0 0;
	margin:0 0 0 -73px;
}
.nav-holder ul {
	display:inline;
	float:left;
	list-style:none;
	margin:0 0 0 78px;
	padding:0;
}
.nav-holder ul li {
	float:left;
	padding:0 0 0 2px;
}
.nav-holder ul .disabled,
.nav-holder ul a {
	display:block;
	width:69px;
	height:20px;
	text-indent:-9999px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-image:url(../images/bg-nav-links.gif);
}
.nav-holder#nav_pro ul .disabled,
.nav-holder#nav_pro ul a {
	background-repeat:no-repeat;
	background-image:url(../images/bg-nav-links-pro.gif);
}
.nav-holder ul li.products a { background-position:0 0;}
.nav-holder ul li.projects a { background-position:-69px 0;}
.nav-holder ul li.store a { background-position:-138px 0;}
.nav-holder ul li.pro a { background-position:-207px 0;}
.nav-holder ul li.corp a { background-position:-276px 0;}
.nav-holder ul li.make a { background-position:-345px 0;}
.nav-holder ul li.help .disabled { background-position:-414px 0;}
.nav-holder ul li.now a { background-position:-483px 0;}
.nav-holder ul li.checkout a { background-position:-552px 0px; width:83px; margin-left:63px; }
.nav-holder ul li.checkout .disabled { background-position:-552px -70px; width:83px; margin-left:63px; }
.nav-holder ul li.products a:hover,
.nav-holder ul li.products a.active {
	background-position:0 -20px;
}
.nav-holder ul li.products a:active { background-position:0 -45px; }
.nav-holder ul li.projects a:hover,
.nav-holder ul li.projects a.active { 
	background-position:-69px -20px; 
}
.nav-holder ul li.projects a:active { background-position:-69px -45px; }
.nav-holder ul li.store a:hover,
.nav-holder ul li.store a.active {
	background-position:-138px -20px;
}
.nav-holder ul li.pro a:hover,
.nav-holder ul li.pro a.active {
	background-position:-207px -20px;
}
.nav-holder ul li.pro a:active { background-position:-207px -45px; }
.nav-holder ul li.corp a:hover,
.nav-holder ul li.corp a.active {
	background-position:-276px -20px;
}
.nav-holder ul li.corp a:active { background-position:-276px -45px; }
.nav-holder ul li.make a:hover,
.nav-holder ul li.make a.active {
	background-position:-345px -20px;
}
.nav-holder ul li.make a:active { background-position:-345px -45px; }
/*.nav-holder ul li.help a:hover,
.nav-holder ul li.help a.active {
	background-position:-414px -20px;
}*/
.nav-holder ul li.now a:hover,
.nav-holder ul li.now a.active {
	background-position:-483px -20px;
}
.nav-holder ul li.now a:active { background-position:-483px -45px; }

.nav-holder ul li.checkout a:hover,
.nav-holder ul li.checkout a.active {
	background-position:-552px -20px; width:83px; margin-left:63px;
}
.nav-holder ul li.checkout a:active { background-position:-552px -45px; width:83px; margin-left:63px; }


.checkout-status {
	position: relative;
}
.instant-txt {
	position: absolute;
	top: 0;
	right: 100px;
	font-size:1.2em;
	color:#1b75bb;
}
.instant-txt a,
.instant-txt span {
	float:left;
}
.instant-txt .items-basket {
	text-indent:-9999px;
	overflow:hidden;
	background-repeat:no-repeat;
}
.items-count {
	height:18px;
}
.items-basket {
	width:31px;
	height:12px;
	margin:2px 0 0 8px;
	background-image:url(../images/text-items-basket.gif);
}
.items-basket_pro {
	width:31px;
	height:12px;
	margin:2px 0 0 8px;
	background-image:url(../images/text-items-basket-pro.gif);
	text-indent:-9999px;
	overflow:hidden;
	background-repeat:no-repeat;
}


/*content-box*/
.content-box {
	height:1%;
	overflow:hidden;
	padding:0 0 0 7px;
	margin:3px 0 0;
}
/*now-talk-holder*/
.now-talk-holder {
	height:1%;
	overflow:hidden;
	margin:4px 0 0;
	padding:0 0 6px;
	text-align:right;
	font-weight:bold;
	color:#000;
	border-bottom:2px solid #be1e2d;
}
.now-talk {
	height:1%;
	overflow:hidden;
}
.now-talk-holder p { margin:2px 0 0;}
.now-talk-holder strong {
	font-size:0.83em;
	line-height:1.2em;
	padding:0 8px 0 0;
	text-transform:uppercase;
}
.now-talk-holder img { float:left;}
.now-talk-holder .rss {
	display:inline;
	font-weight:normal;
	float:right;
	margin:33px 1px 0 0;
	font-size:1em;
	line-height:1.25em;
}
.now-talk-holder .rss img { float:right;}
.now-talk-holder .rss span {
	float:right;
	cursor:pointer;
	padding:16px 4px 0 0;
}
/*content*/
#content {
	height:1%;
	padding:1px 0 0;
	overflow:hidden;
}
#content h4 {
	margin:0;
	padding:2px 0 1px 0;
	font-size:1em;
	line-height:1.25em;
	color:#be1e2c;
	text-transform:uppercase;
}
/*blog-holder*/
.blog-holder {	
	height:1%;
	padding:3px 0 14px;
	overflow:hidden;
	margin:0 0 16px;
	border-bottom:2px solid #ccc;
	line-height:1.33em;
	position:relative;
}
.blog-holder p { margin:15px 0 0;}
.blog-holder p.alone-image { margin:0;}
.blog-holder p.alone-image-big { margin:0 0 1em 0;}
/*.inner-blog img { margin-bottom:13px;}*/
.thumb-img-holder {
	display:inline;
	width:205px;
	margin:2px 16px 0 1px;
	float:left;
	overflow:hidden;
}
*+html .thumb-img-holder { margin-right:13px;}
* html .thumb-img-holder { margin-right:13px;}
.blog-holder img { display:block;}
.blog-holder h3 a{color:#be1e2c;}
.blog-holder h3 {
	margin:0;
	font-size:1.33em;
	line-height:1.25em;
	color:#be1e2c;
}
.blog-txt {
	height:1%;
	overflow:hidden;
	/*padding-bottom:42px;*/
}
.blog-txt a {
	color:#be1e2c;
}
.postmeta {
	padding-bottom:1em;
}
.postmeta a {
	color:#be1e2c; /*#ee5338*/
}
/*post-info old
.post-info {
	width:428px;
	line-height:1.25em;
	overflow:hidden;
	padding:0;
	position:absolute;
	bottom:12px;
	right:0;
}*/
/*
.inner-blog .post-info {
	width:100%;
	position:relative;
	left:0;
	bottom:0;
	padding-top:2px;
}*/
.post-info {
	padding-top:0.5em;
	height:1%;
	overflow:hidden;
	position:relative;
}
.post-info p { margin:0;}
.post-info .labels-box a{color:#be1e2c;}
.post-info .labels-box .grey {color:#666;}
.post-info .labels-box {
	width:218px;
	float:left;
	padding:13px 0 0;
	color:#be1e2c;
}
.post-info .comments-box {
	position:absolute;
	/*width:97px;*/
	color:#1b75bb;
	text-transform:uppercase;
	right:3px;
	bottom:0;
}
.post-info .comments-box a {
	color:#1b75bb;
	padding-left: 15px;
	background:url(../images/commentsbubble.gif) no-repeat 0 50%;
}
.share {
	width:83px;
	height:16px;
	padding:1.5em 0 0.5em 0;
}
.share_dummy a {
	display:block;
	width:83px;
	height:16px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/btn-share.gif) no-repeat;
}
/*sidebar*/
#sidebar {
	display:inline;
	width:211px;
	float:left;
	padding:0;
	margin:0 0 0 10px;
}
.instant-delivery {
	width:128px;
	display:inline;
	float:left;
	margin-left:104px;
}
.instant-delivery p { margin:0;}
.instant-delivery .volume_pro,
.instant-delivery .volume {
	display:inline;
	margin:6px 2px 0 0;
	float:right;
	text-indent:-9999px;
	overflow:hidden;
}
.volume span {
	display:block;
	width:54px;
	height:20px;
	background:url(../images/text-vol-01.gif);
	font-size:0;
	line-height:0;
}
.volume_pro span {
	display:block;
	width:54px;
	height:20px;
	background:url(../images/text-vol-01_pro.gif);
	font-size:0;
	line-height:0;
}
.instant-delivery .instant-delivery-logo {
	display:inline;
	float:right;
	clear:right;
	margin:24px 2px 0 0;
}
.instant-delivery .instant-delivery-logo img { display:block;}

.sidebar-lists {
	height:1%;
	overflow:hidden;
	padding:3px 1px 0 0;
}
.sidebar-lists img { display:block;}
.categories,
.blog-posts,
.tags-holder,
.the-studio,
.newsletter {
	height:1%;
	overflow:hidden;
}
#sidebar h3 {
	margin:0;
	font-size:1em;
	line-height:1.14em;
	color:#fff;
	padding:2px 0 2px 8px;
	text-transform:uppercase;
}
#sidebar .categories h3 { background-color:#ee5338;}
#sidebar .blog-posts h3 { background-color:#1b75bb;}
#sidebar .tags-holder h3 { background-color:#06855a;}
.the-studio h3,
.newsletter h3 { background-color:#000;}
.sidebar-lists ul {
	list-style:none;
	margin:0;
	padding:12px 0 17px 12px;
	line-height:1.25em;
	height:1%;
	overflow:hidden;
	text-transform:uppercase;
}
.sidebar-lists ul li {
	height:1%;
	padding:0 10px;
	background:url(../images/bg-sidebar-list-links.gif) no-repeat 0 50%;
}
.sidebar-lists .tags-holder ul {
	padding-left:9px;
	text-transform:none;
}
.sidebar-lists .tags-holder ul li {
	float:left;
	padding:0 6px 0 3px;
	background-position:100% 50%;
}
.sidebar-lists .tags-holder ul li.last-link { background:none;}
.the-studio a {
	display:block;
	margin:10px 0 0;
}
.the-studio p.blog-image { 
	margin:6px 0 19px 0;
}
.the-studio p {
	margin:6px 0 19px 12px;
	line-height:1.25em;

}
.newsletter fieldset label {
	display:block;
	height:1%;
	line-height:1.18em;
	color:#1973b9;
	margin:13px 0 11px;
	padding:0 0 0 2px;
}
.newsletter .thanks {
	display:block;
	height:1%;
	line-height:1.18em;
	color:#1973b9;
	margin:13px 0 11px;
	padding:0 0 0 2px;
}
.newsletter fieldset .borders-top {
	width:211px;
	overflow:hidden;
	background:url(../images/bg-borders-center.gif) repeat-y;
}
.newsletter fieldset .borders-center {
	height:1%;
	overflow:hidden;
	background:url(../images/bg-borders-top.gif) no-repeat;
}
.newsletter fieldset .borders {
	height:1%;
	overflow:hidden;
	background:url(../images/bg-borders-btm.gif) no-repeat 0 100%;
}
.newsletter fieldset .borders input {
	width:185px;
	padding:2px 6px 2px;
	font-size:1em;
	line-height:1.18em;
	color:#000;
	border:0;
	background:none;
}
.newsletter fieldset .holder {
	height:1%;
	overflow:hidden;
	margin:16px 0 0;
	padding:0 0 0 2px;
}
.newsletter fieldset .holder label {
	float:left;
	margin:0 0 0 6px;
}
.newsletter fieldset input#check {
	float:left;
	width:15px;
	height:15px;
	padding:0;
	margin:0;
}
.newsletter fieldset input.send {
	margin:10px 0 0;
	float:right;
	cursor:pointer;
}
.newsletter fieldset p.not-share {
	color:#1973b9;
	font-size:0.75em;
	line-height:1.22em;
	margin:12px 0 0;
}
/*footer form*/

/*footer*/
#footer {
	height:1%;
	overflow:hidden;
	padding:0 7px 25px;
	margin:7px 0 0;
	font-size:0.75em;
	line-height:1.22em;
	color:#999;
	text-transform:uppercase;
}
#footer a { color:#999;}
#footer p { margin:0;}
.company-info,
.copyright {
	float:left;
}
.company-info {
	width:434px;
	padding:0 0 0 1px;
}
.company-info a { text-transform:none;}
#footer ul {
	list-style:none;
	margin:0;
	padding:0 4px 0 0;
	text-align:center;
}
#footer ul li {
	display:inline;
	padding:0 3px 0 7px;
	background:url(../images/bg-footer-separator.gif) no-repeat 0 5px;
}
#footer ul li:first-child { background-image:none;}
.copyright {
	text-align:right;
	float:left;
	padding:0 2px 0 0;
	width:435px;
	letter-spacing: -0.8px;
}
.footer-txt {
	height:1%;
	overflow:hidden;
}
.footer-logo {
	height:1%;
	margin:8px 0 0;
	overflow:hidden;
}
.footer-logo img {
	float:left;
	margin:4px 0 0;
}
.footer-logo .site_id_pro,
.footer-logo .site_id {
	float:right;
	width:36px;
	height:13px;
	margin:0 2px 0 0;
}
.footer-logo .site_id a {
	display:block;
	width:36px;
	height:13px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo-footer.gif) no-repeat;
}
.footer-logo .site_id_pro a {
	display:block;
	width:36px;
	height:13px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo-footer_pro.gif) no-repeat;
}
.footer-links {
	height:1%;
	overflow:hidden;
	font-size: 9px;
	margin-top: 20px;
	padding-bottom: 25px;
	text-align: center;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */