/* ----------------------------------------------------------------------------------------------------------------*/
/* --------------------------------->>> Global Settings <<<--------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
.error {
	color:#CC0000;
}

*{padding: 0; margin: 0; outline:none;}

#padding {
	padding:10px;
}

#js {
	display:none;
}

#nojs {
	display:block;
}

#loading{
	position: fixed;
	background:#000000;
	z-index:100;
	left: 0px;
	height:100%;
	width:100%;

}
	
#loader {
	background:#000000;
	z-index: 102;
	margin:0 auto;
	margin-top:250px;
	width:500px;
	text-align:center;
	-webkit-border-radius: 5px;    /* for Safari */
	-moz-border-radius: 5px;       /* for Firefox */
}

#tip {
	background:#000000;
	border:1px solid #333333;
	-webkit-border-radius: 5px;    /* for Safari */
	-moz-border-radius: 5px;       /* for Firefox */
}

#tip p {
	padding:3px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Page Layout & html <<<--------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#HomePage {
	min-width:1000px;
	line-height:18px;
	height:100%;
	margin:0;
	padding:0;
	border:0;
	color:#FFF;
	font-size:12px;
}

html {
	/* background:#000 url(/_graphics/bg.jpg) no-repeat top center; */
	background:#000;
	width:100%;
	min-width:1000px;
	height:100%;
	overflow-y:scroll;
	margin: 0;
	padding: 0;
	border: 0;
	font-family:Arial, Helvetica, sans-serif;
}

#Bars {
	border-top:3px solid #00aeef;
	margin:0;
	padding:0;
}

#Wrap{
	width:1000px;
	margin:0 auto;
	min-height: 100%;
	overflow:visible;
}

* html #Wrap{
	height: 100%;
}

#Header {
	padding-top:10px;
}

#Page {
	margin-top:-3px;
	width:1000px;
	position:relative;
	min-height:100%;
	padding-bottom:250px;
}

* html #Page {
	top:0px;
	height:100%;
}


#Content{
	width:1000px;
	margin:0 auto;
	height:100%;
}

* html #Content {
	height:100%;
}

#Content_top{
	margin:0 auto;
	width:1000px;
}

#MainContent {
	width:980px;
	color:#BBB;
	float:left;
	margin:0 10px;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}


.Footing {
	border-top:2px #00aeef solid;
}

#Footing {
	float:left;
	width:100%;
	font-size:10px;
	margin-top:-250px;
	position:relative;
	z-index:100;
}

* html #Footing {
	margin:-250px auto 0 auto;
}

#Footing a {
	font-size:10px;
}

#footerlinks {
	float:left;
	margin:0 10px;
}

a {
	font:normal 12px Verdana;
	color:#00aeef;
	text-decoration:none;
}

a:hover {
	font:normal 12px Verdana;
	color:#999999;
	text-decoration:none;
}

.content {
	text-align:left;
	color:#BBB;
	padding:5px 10px;
}


#userbox {
	float:right;
	width:600px;
	text-align:right;
}

#userbox a {
	padding:3px 5px;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------->>> PRODUCT DESCRIPTION PAGES <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#Description {
	border:1px solid #00aeef;
	float:right;
	width:300px;
}

#Includes {
	
}

#Included {
	
}

#Related {
	
}

#Preview {
	float:left;
	padding:0 20px;
	text-align:center;
	width:600px;
}

#Details {
	background:#222222;
	margin:0 auto;
	width:500px;
}

.ProductExtras {
	float:right;
	/*border:1px solid #00aeef;*/
	margin:0 0 10px 0;
	padding:5px;
	width:300px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------->>> PRODUCT DESCRIPTION PAGES <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#Comments {
	padding:20px;
	width:600px;
	float:left;
}

#textbox {
	margin:10px auto;
	background:url(/_graphics/cellbg.png) top center repeat-x;
	border:1px solid #333;
	padding:10px;
	color:#BBB;
	width:600px;
}

#textboxcontent {
	float:left;
	width:500px;
}

#commentBox {
	margin:5px auto;
	width:500px;
}

.small {
	color:#CCC;
	float:left;
	font-size:10px;
	text-align:right;
	width:100%;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------->>> PRODUCT DESCRIPTION PAGES <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


#show {
	width:600px;
	font-size:11px;
	margin:0 20px;
}

#showRow {
	margin:15px;
}

#showContent {
	width:450px;
	float:right;
}

#showImage {
	float:left;
	width:150px;
	text-align:center;
}

#showBottom {
	height:15px;
	border-bottom:1px solid #333333;
}

#title {
	color:#FFF;
	font-size:16px;
	padding:2px;
}

#title a{
	color:#FFF;
	font-size:16px;
	padding:2px;
}

#featured {
	float:left;
	margin:5px;
}

.rounded {
	-webkit-border-radius: 5px;    /* for Safari */
	-moz-border-radius: 5px;       /* for Firefox */
}

#bannerContainer {
	border:#333 10px solid;
	height:300px;
	float:left;
	margin:20px 0px;
	width:600px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------->>> HOME PAGE <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#blog {
	float:left;
	width:300px;
}

#comments {
	float:left;
	width:300px;
}

#categories {
}

	#categories a{
		float:left;
		font-size:11px;
	}
	
	#category:hover{
		background:#333;
	}
	
	#current {
		background-color:#00aeef;
	}

#general {
	float:left;
}

#popular {
	float:left;
	width:300px;
}

#signup {
	text-align:center;
	float:left;
	width:620px;
	padding:5px 0px;
}

#social {
	float:left;
	width:300px;
}

#social img {
	float:left;
	margin:2px;
}

#tagcloud {
	float:left;
	width:240px;
}

.tags a:hover {
	color:#FFF;
}

#videoblog {
	float:left;
	width:350px;
}

#yourstories {
	float:left;
	width:620px;
}

.cell {
	margin:10px 0;
}

.cellcontent {
	margin:5px;
}

.cell h1{
	color:#FFF;
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-bottom:10px;
	text-transform:uppercase;
}

#cellbg {
	background:url(/_graphics/cellbg.png) top center repeat-x;
	border-top:1px solid #00aeef;
}

#Left {
	float:left;
}

#Right {
	float:right;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------->>> HOME PAGE <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.close {
	position:absolute;
	top:0;
	right:0;
	z-index:500;
	margin:-20px -20px 0 0;
}

.hidden {
	display:none;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> GREYBOX LAYOUT <<<----------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#nyroModalFull {
	font-size: 12px;
	color: #777;
	font-family: Verdana;
}
#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(/img/ajaxLoader.gif) no-repeat;
	background-position: center;
}
#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
#nyroModalWrapper {
	background: #fff;
	border: 4px solid #777;
}
#closeBut {
	top:0;
	right:0;
	position: absolute;
	display: block;
}
#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
.wrapper div#nyroModalContent {
	padding: 5px;
}
.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.wrapperImg img {
	vertical-align: baseline;
}
.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
.nyroModalPrev {
	left: 0;
}
.nyroModalPrev:hover {
	background: url(../img/prev.gif) left 20% no-repeat;
}
.nyroModalNext {
	right: 0;
}
.nyroModalNext:hover {
	background: url(../img/next.gif) right 20% no-repeat;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> ACCOUNT LAYOUT <<<----------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#account_cell {
	background:#222222;
	border:1px solid #333333;
	margin:0 auto 25px auto;
}

#cell {
	background:#222222;
	border:1px solid #333333;
	margin:15px auto;
}

#orders {
	width:100%;
}

#orders tr {
	height:25px;
	background:#111;
	margin:5px 0;
}

#orders td {
	padding:5px;
}

#cm {
	width:100%;
}

#cm tr {
	height:25px;
	background:#111;
	margin:5px 0;
}

#cm td {
	padding:5px;
}


#threads {
	width:100%;
}

#threads tr {
	margin:5px 0;
}

#threads td {
	padding:5px;
}



#cart tr {
	border-bottom:1px solid #333;
}

#newest {
	border:1px solid #999;
}

.padding {
	padding:10px;
}

.thumbnail {
	background:transparent;
	border:1px solid #999;	
	width:50px;
	text-align:center;
}

#item {
	background:url(../_graphics/cellbg.png) repeat-x;
	padding:5px;
	margin:10px 0;
}

#downloadButtons div {
	padding:5px;
}

.addtocart {
	display:block;
	width:120px;
	height:40px;
	background:url(../_graphics/addtocart.png) 0 -40px;
	float:right;
}

.addtocart:hover {
	background-position:0 -80px;
}

.downloadpreview {
	display:block;
	width:120px;
	height:40px;
	background:url(../_graphics/downloadpreview.png) 0 -40px;
	float:right;
}

.downloadpreview:hover {
	background-position:0 -80px;
}

.moredetails {
	display:block;
	width:120px;
	height:40px;
	background:url(../_graphics/moredetails.png) 0 -40px;
	float:right;
}

.moredetails:hover {
	background-position:0 0;
}

#size a{
	display:block;
	width:40px;
	height:40px;
	float:right;	
}

.s {  background:url(../_graphics/s.png) 0 -40px;}
.m {  background:url(../_graphics/m.png) 0 -40px;}
.l {  background:url(../_graphics/l.png) 0 -40px;}
.xl {  background:url(../_graphics/xl.png) 0 -40px;}
.xxl {  background:url(../_graphics/xxl.png) 0 -40px;}


#size a:hover {
	background-position:0 0;
}

#downloads li {
	list-style:none;
	width:100px;
	height:50px;
	display:block;
	float:left;
}

#downloads li a {
	display:block;
	width:100px;
	height:50px;
	float:right;
}

.watchnow {  background:url(../_graphics/downloads.jpg) 0 -50px;}
.lowres {  background:url(../_graphics/downloads.jpg) -100px -50px;}
.highres {  background:url(../_graphics/downloads.jpg) -200px -50px;}
.hd {  background:url(../_graphics/downloads.jpg) -300px -50px;}

.watchnow:hover {  background:url(../_graphics/downloads.jpg) 0 0;}
.lowres:hover{  background:url(../_graphics/downloads.jpg) -100px 0;}
.highres:hover {  background:url(../_graphics/downloads.jpg) -200px 0;}
.hd:hover{  background:url(../_graphics/downloads.jpg) -300px 0;}

.downloadnow {
	background:url(../_graphics/downloadnow.png) 0 288px;
	display:block;
	height:288px;
	width:512px;
	margin:0 auto;
}

.downloadnow:hover {  background:url(../_graphics/downloadnow.png) 0 0;}